翻訳と辞書
Words near each other
・ Concrete5
・ Concreteness
・ Concretion
・ Concretism
・ Concriers
・ Concubhair Mac Bruideadha
・ Concubina
・ Concubinage
・ Concubinage in Canada
・ Concubine Forming
・ Concupiscence
・ Concur Technologies
・ Concurrence
・ Concurrence (quantum computing)
・ Concurrency
Concurrency (computer science)
・ Concurrency (road)
・ Concurrency and Coordination Runtime
・ Concurrency control
・ Concurrency pattern
・ Concurrency semantics
・ Concurrent algorithm
・ Concurrent Collections
・ Concurrent computing
・ Concurrent constraint logic programming
・ Concurrent data structure
・ Concurrent Design Facility
・ Concurrent engineering
・ Concurrent Engineering (journal)
・ Concurrent estate


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Concurrency (computer science) : ウィキペディア英語版
Concurrency (computer science)

In computer science, concurrency is a property of systems in which several computations are executing simultaneously, and potentially interacting with each other. The computations may be executing on multiple cores in the same chip, preemptively time-shared threads on the same processor, or executed on physically separated processors.
A number of mathematical models have been developed for general concurrent computation including Petri nets, process calculi, the Parallel Random Access Machine model, the Actor model and the Reo Coordination Language.
== Issues ==
Because computations in a concurrent system can interact with each other while they are executing, the number of possible execution paths in the system can be extremely large, and the resulting outcome can be indeterminate. Concurrent use of shared resources can be a source of indeterminacy leading to issues such as deadlock, and starvation.
The design of concurrent systems often entails finding reliable techniques for coordinating their execution, data exchange, memory allocation, and execution scheduling to minimize response time and maximize throughput.
== Theory ==
Concurrency theory has been an active field of research in theoretical computer science. One of the first proposals was Carl Adam Petri's seminal work on Petri Nets in the early 1960s. In the years since, a wide variety of formalisms have been developed for modeling and reasoning about concurrency.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Concurrency (computer science)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.